MLSClientImpl
Functions
Link copied to clipboard
Get the default ciphersuite for the client. the Default ciphersuite is set when creating the mls client.
Link copied to clipboard
Public key of the client's identity.
Link copied to clipboard
open suspend override fun <R> transaction(name: String, block: suspend (context: MlsCoreCryptoContext) -> R): R
Runs a block of code inside a CoreCrypto transaction.